home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts44-07
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help to debug my code?
- Date: Fri, 02 Feb 96 19:42:32 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4etp58$7s1@sam.inforamp.net>
- References: <310E2AC4.6726@pc35.hinet.net>
- NNTP-Posting-Host: ts44-07.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <310E2AC4.6726@pc35.hinet.net>,
- Yu Tien-Te <casperyu@pc35.hinet.net> wrote:
- >Error 35:'MyFrameWindow::Find(TEventHandler::TEventInfo &,int(*)
- > (TResponseTableEntry<GENERIC> &,TEventHandler::TEventInfo
- > &))' is not a member of 'MyFrameWindow'
- >Error 35:'_entryies' is not a member of 'MyFrameWindow'
- >
- >class MyFrameWindow : public TFrameWindow
- >{
- >...
- >...
- >DECLARE_RESPONE_TABLE(MyFrameWindow);
- >};
- >
-
- I haven't figures out the problem, but
- Find(...) declaration is generated by DECLARE_RESPONSE_TABLE() call
- I'll look into it, but I may not respond further.
-
- Agrivar
-